Config Context
Holds a config and any applicable secondary flags and their associated information
Author
fzzyhmstrs
Since
0.2.0
Parameters
T
any Non-null type
config
the Config wrapped by this context
Functions
Link copied to clipboard
get an integer value from this context, falling back to 0 if the flag doesn't exist
Link copied to clipboard
get a generic value from this context, or null if it doesn't exist as the specified type at the specified key
Link copied to clipboard
Adds a flag-info pair into this context. Information should be a boolean or integer value